
.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.section-head h2 {
    font-family: var(--serif);
    font-size: 28px;
    letter-spacing: .2px;
    line-height: 1.12;
    margin: 0;
}

.section-head p {
    margin: 0;
    color: var(--muted);
    font-size: 13.5px;
    max-width: 58ch;
}

.section.dark .section-head p {
    color: rgba(255, 255, 255, .74);
}
